Last updated: 2022-06-25
278 words
2 minutes
Classes and Methods: Some Notes If you don’t initialize the values of properties, the code will not compile.
Last updated: 2022-06-25
78 words
1 minute
Projects for Python Use There are a plethora of project suggestions on the webs, but I’m keen to try something of my own, that has immediate impact on what I’m working on.
Last updated: 2022-06-25
848 words
4 minutes
Adding Some Flair I was unhappy with the functionality of the standard list page of the minima theme.
Last updated: 2022-06-24
439 words
3 minutes
Vim Update I’m feeling more comfortable using Vim these last few days, although I admit the arrow keys are getting too much attention.
Last updated: 2022-06-22
2235 words
11 minutes
Too Many Vim Commands Getting back into Vim again and decided this time to take it slower and get the basics well in place before I try and incorporate too many commands.
Last updated: 2022-06-21
266 words
2 minutes
Binary Search Recommended Youtube Playlist Binary searching has been a difficult learning curve for me.
Last updated: 2022-06-20
256 words
2 minutes
Binary Search The divide and conquer search method.
Linear Search The sequential searching through all data entries one by until until we find a match.